@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

ol,
ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
}

body {
	font-family: "微软雅黑";
}
.con-five {
	width: 150px;
	height: 180px;
	float: left;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	cursor: pointer;

}

.conimg {
	width: 150px;
	height: 180px;
	border: solid 1px #4272B9;
	border-radius: 1px;
}

/*------------- 图片放大效果 开始 ------------------------------*/
/*.content-five {
	width: 1200px;
	height: 241px;
	margin: 20px auto;
	!*border: 1px solid #ccc;*!
	padding: 35px 25px 15px 35px;
}

.con-five {
	width: 150px;
	height: 180px;
	float: left;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	cursor: pointer;

}

.conimg {
	width: 150px;
	height: 180px;
	border: solid 1px #4272B9;
	border-radius: 1px;
}

.txt-five {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
}

.txt-five h4 {
	font-weight: normal;
}*/

/*------------- 图片放大效果 结束------------------------------*/
